Fix domain exit actions that contain hyphen
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 3 Mar 2010 17:40:22 +0000 (17:40 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 3 Mar 2010 17:40:22 +0000 (17:40 +0000)
commitad709c500b91259d8557fcb8232dac7629756b75
tree39273253c1a5ec2947949abc944048daf87261e8
parentb104c3762dcbe310318a14bed35f0813db48a26d
Fix domain exit actions that contain hyphen

Domain exit actions that contain a hyphen (e.g. rename-restart) were
not being detected properly when xm is configured to use xenapi.
Domain config containing on_crash=3D"rename-restart" results in

xen53:~ # xm new /tmp/domU.config
Using config file "/tmp/domU.config".
Unexpected error: <type 'exceptions.TypeError'>

This patch fixes the raised exception and at the same time
handles the replacement of hyphen with underscore properly.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xm/xenapi_create.py